@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
	aspect-ratio: 130 / 77.2;
}
#top_ttl::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/top/title-fream.png") no-repeat left top / 100% 100%;
	z-index: 10;
	content: "";
}
#top_ttl .mv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#top_ttl .mv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_ttl h2 {
	position: absolute;
	top: 15%;
	right: 2.5%;
	width: 10%;
	z-index: 20;
}
#top_ttl .image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 19%;
	margin: 0;
	z-index: 20;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_ttl h2 {
		right: 2.5%;
	}
	#top_ttl .image {
		min-width: 260px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl h2 {
		width: 12%;
	}
	#top_ttl .image {
		width: 22%;
	}
}
/*--------------------------------------------------
  お知らせ
--------------------------------------------------*/
#top_info::before {
	background: url("../img/top/bg01.png") no-repeat top right / 40% auto;
}
#top_info h3.sub {
	position: relative;
	margin-bottom: 10px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	column-gap: 0.5em;
}
#top_info h3.sub::before {
	display: inline-block;
	width: 33px;
	height: 29px;
	background: url("../img/top/icon01.png") no-repeat center center / contain;
	content: "";
}
#top_info .ttl {
	position: relative;
}
#top_info .info_btn {
	position: absolute;
	top: 10px;
	right: 80px;
}
#top_info .info_btn a {
	width: 120px;
	height: 120px;
	padding-bottom: 10px;
	background: #f5f5f2;
	border: 10px solid #fff;
	border-radius: 50%;
	color: #95CB4D;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_info .info_btn a::before {
	position: absolute;
	top: 12px;
	left: 12px;
	display: block;
	width: 10px;
	height: 10px;
	background: #95CB4D;
	border-radius: 50%;
	content: "";
}
#top_info .scroll {
	position: relative;
	overflow-y: scroll;
	height: 400px;
	padding-top: 34px;
	padding-right: 30px;
	z-index: 2;
}
#top_info .box  {
	position: relative;
}
#top_info .box a {
	border: 3px solid #ed99a3;
	border-radius: 20px;
	background: #fff;
	margin-bottom: 20px;
	padding: 40px 45px;
	display: flex;
	align-items: flex-start;
}
#top_info .box.new a::before {
	position: absolute;
	top: -30px;
	left: 15px;
	width: 65px;
	height: 65px;
	background: #ed99a3;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 6px #95cb4d;
	color: #fff;
	font-size: 20px;
	content: "NEW!";
	box-sizing: border-box;
	transform: rotate(-15deg);
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_info .box a .date_box {
	width: 160px;
}
#top_info .box a .date_box .date {
	color: #999;
}
#top_info .box a .date_box .waku {
	color: #fff;
	background: #95cb4d;
	border-radius: 5px;
	padding: 0 10px;
	display: inline-block;
	margin-top: 10px;
}
#top_info .box a .main_box {
	width: calc(100% - 160px);
}
#top_info .box a .main_box .ttl {
	margin-bottom: 0.3em;
	color: #ED99A3;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
}
#top_info .box a .main_box .ttl span {
	border-bottom: 1px solid #ED99A3;
}
#top_info .box a .main_box .txt {
	color: var(--color-font);
	white-space: nowrap;      /* 改行させない */
	overflow: hidden;         /* はみ出た部分を隠す */
	text-overflow: ellipsis;  /* …を表示 */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_info .info_btn {
		top: -5px;
		right: 50px;
	}
	#top_info .info_btn a {
		width: 100px;
		height: 100px;
		padding-bottom: 5px;
		font-size: 18px;
	}
	#top_info .info_btn a::before {
		top: 8px;
		left: 8px;
	}
	#top_info .box a {
		padding: 30px;
	}
	#top_info .box a .main_box .ttl {
		font-size: 125%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_info .info_btn {
		top: -20px;
		right: -25px;
		z-index: 99;
	}
	#top_info .info_btn a {
		width: 80px;
		height: 80px;
		padding: 0;
		border-width: 5px;
		font-size: 100%;
	}
	#top_info .scroll {
    padding-right: 0;
}
	#top_info .box a {
		display: block;
		padding: 20px;
	}
	#top_info .box.new a::before {
		top: -30px;
		left: 15px;
		width: 50px;
		height: 50px;
		font-size: 16px;
	}
	#top_info .box a .date_box,
	#top_info .box a .main_box {
		width: 100%;
	}
	#top_info .box a .date_box {
		margin-bottom: 10px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	#top_info .box a .date_box .waku {
		margin-top: 0;
	}
}
/*--------------------------------------------------
  挨拶
--------------------------------------------------*/
#top_msg h3 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	text-shadow: 2px 2px 0 #fff;
}
#top_msg h3 > span {
	position: relative;
	display: inline-block;
}
#top_msg h3 > span::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: linear-gradient(90deg, #ed99a3 0%, #95cb4d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	content: "遊びの中で、豊かな人間性を育む";
	text-shadow: none;
}
#top_msg h3 .radial-dot {
	background-position: top left 0px;
	background-repeat: repeat-x;
	background-size: 1.0em .3em;
	background-image: radial-gradient(.1em .1em at center center,#fff,#fff 100%,transparent,transparent);
	padding-top: .2em;
}
#top_msg .js-mascot {
	position: absolute;
}
#top_msg .js-mascot.mascot01 {
	right: 10%;
	bottom: 30px;
	max-width: 25%;
}
#top_msg .js-mascot.mascot01 img {
	width: 115px;
}
#top_msg .js-mascot.mascot02 {
	top: -30px;
	left: 30%;
	max-width: 20%;
}
#top_msg .js-mascot.mascot02 img {
	width: 48px;
}
#top_msg .txt_box {
	position: relative;
	width: 45%;
	z-index: 10;
}
#top_msg .txt_box p:not([class]) span {
	font-size: 120%;
}
#top_msg .img01 {
	position: relative;
	width: 32%;
}
#top_msg .img02 {
	position: relative;
	width: 20%;
}
#top_msg .cen_btn {
	margin-top: 30px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_msg {
		flex-wrap: nowrap;
	}
	#top_msg h3,
	#top_msg p {
		white-space: nowrap;
	}
	#top_msg .txt_box .cen_txt {
		padding-left: 70px;
	}
	#top_msg .txt_box p:not([class]) {
		line-height: 2.2;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg h3 {
		text-align: center;
	}
	#top_msg .txt_box {
		width: 100%;
		padding: 0 25px 15px;
		order: 1;
	}
	#top_msg .img01 {
		width: 55%;
		order: 2;
	}
	#top_msg .img02 {
		width: 36%;
		order: 3;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h3 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	#top_msg h3 > span::before {
		content: "遊びの中で、\A豊かな人間性を育む";
		white-space: pre;
	}
	#top_msg .cen_btn {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
  コンテンツ
--------------------------------------------------*/
#top_contents:before {
	background: url("../img/top/bg_wave.png") no-repeat center top / 100% 85%;
}
#top_contents .js-mascot {
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 20;
}
#top_contents .js-mascot img {
	width: 128px;
}
#top_contents dt {
	position: relative;
	margin-bottom: -100px;
	padding-top: 85px;
	padding-right: 20px;
	z-index: 10;
}
#top_contents dt span {
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 26px;
	color: #333;
	padding: 20px 15px;
	background: #fff;
	border-radius: 10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 3;
}
#top_contents dt span::before {
	position: absolute;
	bottom: -6px;
	right: -6px;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
	content: "";
}
#top_contents dt img {
	border-radius: 50px;
}
#top_contents dd {
	position: relative;
	margin-left: 20px;
	padding: 120px 25px 50px;
	background: #fff;
	border-radius: 20px;
}
#top_contents dd p {
	margin: 0;
}
#top_contents dd .btn01 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 10;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_contents dl {
		width: 48%;
		/* 縦方向中央揃え */
		display: flex;
		flex-direction: column;
	}
	#top_contents dd {
		height: 100%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_contents:before {
		background-size: 100% auto;
	}
	#top_contents dl {
		margin-bottom: 50px;
	}
	#top_contents dd .btn01 a {
		width: 300px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents .js-mascot img {
		width: 100px;
	}
	#top_contents dt span {
		font-size: 18px;
		padding: 15px 10px;
	}
	#top_contents dd .btn01 a {
		width: 250px;
	}
}
/*--------------------------------------------------
  リンク
--------------------------------------------------*/
#top_links {
	position: relative;
	margin-bottom: 10px;
	flex-wrap: nowrap;
}
#top_links .js-mascot {
	position: absolute;
	top: calc(50% - 115px);
	left: 0;
	z-index: 3;
}
#top_links .js-mascot img {
	width: 104px;
}
#top_links ul {
	z-index: 2;
}
#top_links ul::before {
	top: 50%;
	width: calc(100vw - 250px);
	margin-right: 0;
	height: 120px;
	background: #fff;
	border-radius: 0 20px 20px 0;
}
#top_links li a {
	position: relative;
	height: 100%;;
	padding: 20px 25px;
	background: #fff;
	border: 3px solid #ed99a3;
	border-radius: 30px;
	box-shadow: 2px 2px 14px rgba(237,153,163,0.5);
	color: #333;
	font-size: 24px;
	line-height: 1.3em;
	/* 縦方向中央揃え */
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#top_links li a:hover {
	background: #ed99a3;
	border-color: #fff;
	color: #fff;
	box-shadow: none;
	opacity: 1;
}
#top_links li a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 34px;
	height: 34px;
	background: url("../img/arrow02.png") no-repeat center center / contain;
	transform: translateY(-50%);
	content: "";
}
#top_links li a .fs {
	font-size: 60%;
	line-height: 1.3em;
}
#top_links .photo {
	position: relative;
	width: calc(50vw - 200px);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	z-index: -1;
}
#top_links li a span {
	display: block;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_links ul {
		display: grid;
		grid-template-columns: repeat(3, 250px);
		gap: 30px;
	}
}
@media only screen and (max-width: 1150px) and (min-width: 641px){
	#top_links ul::before {
		width: calc(100vw - 120px);
	}
	#top_links .photo {
		width: calc(50% - 100px);
		margin-right: -25px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_links .js-mascot {
		top: 0;
	}
	#top_links {
		padding: 50px 0;
	}
	#top_links ul::before {
		display: none;
	}
	#top_links ul {
		width: 70%;
		margin-right: -10%;
	}
	#top_links ul li+li {
		margin-top: 15px;
	}
	#top_links .photo {
		width: 40%;
		margin-right: -25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_links .js-mascot img {
		width: 80px;
	}
	#top_links {
		align-items: flex-start;
	}
	#top_links ul {
		width: 60%;
	}
	#top_links li a {
		padding: 15px 20px;
		font-size: 120%;
		border-radius: 20px;
	}
	#top_links li a::before {
		right: 10px;
		height: 30px;
	}
	#top_links .photo {
		width: 55%;
	}
}
/*--------------------------------------------------
  ブログ
--------------------------------------------------*/
#top_blog::before {
	background: url("../img/top/bg06.png") no-repeat left center;
}
#top_blog .js-mascot {
	position: absolute;
	right: 320px;
	top: -10px;
	z-index: 1;
}
#top_blog .js-mascot img {
	width: 102px;
}
#top_blog h4.blog {
	position: relative;
	padding: 25px 20px 25px 15px;
	background: #95cb4d;
	border-radius: 10px;
	color: #fff;
	font-size: 26px;
}
#top_blog h4.blog::before {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #95cb4d;
	border-radius: 10px;
	box-sizing: border-box;
	content: "";
}
#top_blog .txt_box {
	margin-top: 50px;
}
#top_blog .txt_box a {
	display: block;
	margin-bottom: 20px;
}
#top_blog .txt_box a dl {
	padding: 30px 50px;
	background: #fff;
	border-radius: 20px;
}
#top_blog .txt_box a dt {
	color: #999;
}
#top_blog .txt_box a dt span {
	margin-left: .5em;
	padding: 1px 10px 3px;
	background: #95cb4d;
	border-radius: 5px;
	color: #fff;
}
#top_blog .txt_box a dd .ttl {
	margin-bottom: 0.2em;
	color: #ED99A3;
	font-size: 26px;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
#top_blog .txt_box a dd .txt {
	color: var(--color-font);
	white-space: nowrap;      /* 改行させない */
	overflow: hidden;         /* はみ出た部分を隠す */
	text-overflow: ellipsis;  /* …を表示 */
}
#top_blog .txt_box .rit {
	margin: 0;
}
#top_blog .txt_box .rit a {
	display: inline-block;
	padding-right: 30px;
	background: url("../img/arrow03.png") no-repeat right center;
	color: #95CB4D;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_blog h4.blog {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#top_blog .box_flex {
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	#top_blog .txt_box {
		position: relative;
		width: 700px;
		margin-right: -50px;
		z-index: 2;
	}
	#top_blog .photo {
		width: calc(50vw - 200px);
		margin-top: auto;
		margin-right: calc(((100vw - 100%) / 2) * -1);
	}
	#top_blog h4.blog {
		margin-right: 30px;
	}
	#top_blog .txt_box .rit a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1150px) {
	#top_blog .photo {
		width: calc(50% - 100px);
		margin-right: -25px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_blog .js-mascot {
		top: 790px;
		right: 30%;
	}
	#top_blog {
		padding-top: 70px;
	}
	#top_blog h4.blog {
		padding: 10px 50px;
	}
	#top_blog .txt_box {
		margin-top: 25px;
	}
	#top_blog .txt_box a dd .ttl {
		font-size: 125%;
	}
	#top_blog .photo {
		position: absolute;
		top: -20px;
		right: 0;
		z-index: -1;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_blog {
		padding-top: 40px;
	}
	#top_blog h4.blog {
		width: 40%;
		padding: 10px;
		font-size: 20px;
		text-align: center;
	}
	#top_blog .txt_box a dl {
		padding: 20px;
	}
	#top_blog .photo {
		width: 50%;
	}
}
