@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#about .white_box {
	background: #fff;
	padding: 40px 50px;
	border-radius: 20px;
	font-size: 100%;
	line-height : 30px;
}
#about .msg_box {
	position: relative;
}
#about h3.sub {
	position: relative;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	column-gap: 0.5em;
}
#about h3.sub::before {
	display: inline-block;
	width: 33px;
	height: 29px;
	background: url("../img/top/icon01.png") no-repeat center center / contain;
	content: "";
}
#about .msg_box .white_box {
	margin-bottom: 100px;
}
#about h3.col {
	white-space: nowrap;
	margin-bottom: 30px;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	text-shadow: 2px 2px 0 #fff;
	line-height: 2em;
}
#about h3.col span {
	position: relative;
	display: inline-block;
}
#about .msg_box h3.col 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;
}
#about .msg_box h3.col span:last-of-type::before {
	content: "それが朋愛幼稚園";
}
#about .msg_box .forest {
	position: absolute;
	bottom: -40px;
	left: 0;
	z-index: 10;
}
#about .msg_box .forest img {
	width: 80%;
}
#about .msg_box02::before {
	background: rgba(149,203,77,0.2);
}
#about .msg_box02 h3.sub {
	display: block;
}
#about .msg_box02 h3.sub::before {
	display: none;
}
#about .msg_box02 .bg01 {
	position: absolute;
	background: url("../img/about/bg01.jpg") no-repeat top center/cover;
	top: 0;
	left: 0;
	width: 100vw;
	height: 38px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
#about .msg_box02 .bg02 {
	position: absolute;
	background: url("../img/about/bg02.jpg") no-repeat bottom center/cover;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 38px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
#about .msg_box02 .txt_box {
	width: 65%;
}
#about .msg_box02 .txt_box .white_box {
	width: 683px;
}
#about .msg_box02 .img01 {
	position: relative;
	width: 350px;
	top: -50px;
}
	@media only screen and (max-width: 1150px) {
		#about .msg_box02 .bg01,#about .msg_box02 .bg02 {
			min-width: 1150px;
			margin-left: -25px;
		}
	}
#about .independence h3.col 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;
}
#about .independence h3.col span:last-of-type::before {
	content: "工夫する・考える　自立する";
}
#about .independence .txt_box {
	position: relative;
}
#about .independence .txt_box .bg01 {
	position: absolute;
	bottom: -130px;
	left: 0;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	z-index: -1;
}
#about .independence .txt_box .bg02 {
	position: absolute;
	top: -130px;
	right: 0;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	z-index: -1;
}
#about .independence .txt_box .bg01 img {
	width: 20vw;
}
#about .independence .txt_box .bg02 img {
	width: 25vw;
}
#about .independence .txt_box .txt_in {
	margin: 0 auto 50px;
}
#about .independence .photos {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 32%);
	gap: 20px;
}
#about .independence .photos img {
	border-radius: 20px;
}
#about .policy {
	position: relative;
}
#about .policy h3.col 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;
}
#about .policy .white_box .txt_box {
	width: 58%;
	line-height : 38px;
}
#about .policy .white_box .txt_box ol {
	counter-reset:number;
	list-style-type: none!important;
	margin-bottom: 30px;
}
#about .policy .white_box .txt_box ol li {
	position: relative;
	padding-left: 45px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 45px;
	color : #95CB4D;
	font-weight: 600;
}
#about .policy .white_box .txt_box ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #f5f5f2;
	color: #95cb4d;
	font-weight: 600;
	border-radius: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#about .policy .white_box .img {
	width: 40%;
}
#about .policy .white_box .img img {
	border-radius: 20px;
}
#ayumi {
	padding-top: 150px;
}
#about .ayumi::before {
	background: url("../img/about/bg05.png") no-repeat top right/23vw;
	z-index: 10;
	top: -80px;
}
#about .ayumi h3.sub {
	margin-bottom: 0;
}
#about .ayumi .wave_box {
	padding-top: 40px;
}
#about .ayumi .wave_box::before {
	background: url(../img/top/bg_wave.png) no-repeat center top / 100% 85%;
	transform: scale(-1,1);
	top: 50px;
}
#about .ayumi .wave_box h3.col {
	margin-bottom: 15px;
}
#about .ayumi .wave_box h3.col 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;
}
#about .ayumi .wave_box .txt {
	color: #fff;
	line-height : 35px;
	padding: 0 0 150px;
}
#about .history .box_top {
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
#about .history .box_top h4 {
	margin-right: 30px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	padding: 25px 20px 25px 15px;
	background: #95cb4d;
	border-radius: 10px;
	color: #fff;
	font-size: 26px;
}
#about .history .box_top h4::before {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #95cb4d;
	border-radius: 10px;
	box-sizing: border-box;
	content: "";
}
#about .history .box_top .white_box {
	position: relative;
	width: 700px;
	margin-right: -50px;
	z-index: 2;
	margin-top: 50px;
}
#about .history .box_top .white_box dl {
	display: flex;
	line-height : 46px;
}
#about .history .box_top .white_box dt {
	width: 40%;
}
#about .history .box_top .white_box dd {
	width: 58%;
	color: #ed99a3;
	font-size: 21px;
}
#about .history .box_top .bg01 {
	width: calc(50% - 100px);
	margin-right: -25px;
	margin-top: 100px;
	z-index: 10;
}
#about .history .box_bottom {
	align-items: flex-start;
	position: relative;
}
#about .history .box_bottom .bg02 {
	width: 30vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
}
#about .history .box_bottom .bg02 .bg_donguri,#about .history .box_bottom .bg02 .bg_donguri02 {
	position: relative;
	left: 50px;
}
#about .history .box_bottom .bg02 .sakana img {
	padding: 50px 0;
}
#about .history .box_bottom .white_box {
	position: relative;
	width: 700px;
	z-index: 2;
	margin-top: -50px;
}
#about .js-mascot {
	position: absolute;
}
#about .js-mascot.mascot01 {
	right: 150px;
	bottom: 300px;
}
#about .js-mascot.mascot01 img {
	width: 55px;
	transform: scale(-1,1) rotate(20deg);
}
#about .js-mascot.mascot02 {
	right: 50%;
	top: 50px;
}
#about .js-mascot.mascot02 img {
	width: 95px;
}
#about .js-mascot.mascot03 {
	right: 20%;
}
#about .js-mascot.mascot04 {
	right: 12%;
	top: 65px;
}
#about .js-mascot.mascot05 {
	right: 5%;
	top: 30px;
}
#about .js-mascot.mascot03 img,#about .js-mascot.mascot04 img,#about .js-mascot.mascot05 img {
	width: 76px;
}
#about .js-mascot.mascot06 {
	left: 100px;
	top: 250px;
}
#about .js-mascot.mascot06 img {
	width: 94px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#about .white_box {
		padding: 20px 25px;
	}
	#about .msg_box .white_box {
		margin-bottom: 50px;
	}
	#about h3.col {
		font-size: 30px;
	}
	#about .msg_box .forest img {
		width: 45%;
	}
	#about .msg_box02 {
		padding-bottom: 80px;
	}
	#about .msg_box02 .img01 {
		width: calc(50% - 100px);
		top: 0;
	}
	#about .msg_box02 .txt_box .white_box {
		width: 100%;
	}
	#about .independence .txt_box .bg01 {
		top: 60px;
	}
	#about .independence .txt_box .bg02 {
		top: -60px;
	}
	#about .independence .txt_box .txt_in {
		margin-bottom: 30px;
	}
	#about .policy .white_box {
		position: relative;
	}
	#about .policy .white_box .txt_box {
		width: 100%;
	}
	#about .policy .white_box .img {
		width: 25%;
		position: absolute;
		bottom: 25px;
		right: 25px;
	}
	#about .contribution {
		margin-bottom: -150px;
	}
	#about .ayumi::before {
		background: url(../img/about/bg05.png) no-repeat top right / 25vw;
		top: -30px;
	}
	#about .ayumi .wave_box {
		padding-top: 55px;
	}
	#about .ayumi .wave_box .txt {
		line-height: 1.5em;
		padding-bottom: 100px;
		padding: 30px 0 165px;
	}
	#about .history .box_top {
		flex-direction: column;
		position: relative;
	}
	#about .history .box_top h4 {
		writing-mode:inherit;
		padding: 15px 30px;
	}
	#about .history .box_top .white_box {
		width: 100%;
	}
	#about .history .box_top .white_box dl {
		line-height: 2.5em;
	}
	#about .history .box_top .white_box dd {
		font-size: 115%;
	}
	#about .history .box_top .bg01 {
		position: absolute;
		top: -200px;
		right: 0;
		z-index: -1;
	}
	#about .history .box_bottom .bg02 {
		position: absolute;
		left: -25px;
	}
	#about .history .box_bottom .bg02 .sakana img {
		padding: 30px 0;
	}
	#about .history .box_bottom .white_box {
		margin-left: auto;
		width: 60%;
		margin-top: -20px;
	}
	#about .js-mascot.mascot01 {
		right: 0;
		bottom: 170px;
	}
	#about .js-mascot.mascot02 {
		right: 30%;
		top: -25px;
	}
	#about .js-mascot.mascot03 img, #about .js-mascot.mascot04 img, #about .js-mascot.mascot05 img {
		width: 45px;
	}
	#about .js-mascot.mascot04 {
		top: 55px;
	}
	#about .js-mascot.mascot06 {
		top: 50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about .white_box {
		padding: 15px 20px;
	}
	#about h3.col {
		font-size: 20px;
	}
	#about .msg_box .forest img {
		width: 35%;
	}
	#about .msg_box02 {
		padding-bottom: 60px;
	}
	#about .msg_box02 h3.sub {
		font-size: 20px;
	}
	#about .msg_box02 .txt_box {
		width: 100%;
	}
	#about .msg_box02 .img01 {
		position: absolute;
		top: -20px;
		right: 0;
		width: calc(50% - 60px);
	}
	#about .independence .txt_box .bg02 {
		top: -50px;
	}
	#about .independence .txt_box .bg01 {
		top: 40px;
	}
	#about .independence .photos {
		grid-template-columns: repeat(3, 31%);
		gap: 10px;
	}
	#about .independence .photos img {
		border-radius: 10px;
	}
	#about .policy .white_box .txt_box {
		line-height: 1.8em;
	}
	#about .policy .white_box .txt_box ol {
		margin-bottom: 20px;
	}
	#about .policy .white_box .img {
		position: relative;
		bottom: auto;
		right: auto;
		width: 60%;
		margin: 20px auto 0;
	}
	#about .ayumi::before {
		background: url(../img/about/bg05.png) no-repeat top right / 35vw;
		top: -30px;
	}
	#about .ayumi .wave_box {
		position: relative;
	}
	#about .ayumi .wave_box::before {
		background: #95cb4d;
		height: calc(100% - 135px);
		top: 100px;
	}
	#about .ayumi .wave_box h3.col {
		font-size: 25px;
	}
	#about .ayumi .wave_box .img_bg {
		position: relative;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		object-fit: cover;
		margin-top: -55px;
		z-index: -1;
	}
	#about .ayumi .wave_box .img_bg img {
		width: 100vw;
		height: 37px;
		object-fit: cover;
	}
	#about .ayumi .wave_box .img_bg02 {
		position: relative;
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		object-fit: cover;
		z-index: -1;
	}
	#about .ayumi .wave_box .img_bg02 img {
		width: 100vw;
		height: 37px;
		object-fit: cover;
		transform: scale(-1,-1);
	}
	#about .ayumi .wave_box .txt {
		padding: 30px 0 20px;
	}
	#about .history .box_top h4 {
		display: inline;
		font-size: 120%;
	}
	#about .history .box_top .bg01 {
		width: 50%;
	}
	#about .history .box_top .white_box dl {
		display: block;
		margin-bottom: 15px;
		line-height: 1.8em;
	}
	#about .history .box_top .white_box dt,#about .history .box_top .white_box dd {
		width: 100%;
	}
	#about .history .box_bottom .bg02 {
		width: 40vw;
	}
	#about .history .box_bottom .bg02 .sakana img {
		padding: 15px 0;
	}
	#about .js-mascot.mascot01 {
		bottom: 145px;
	}
	#about .js-mascot.mascot02 img {
		width: 65px;
	}
	#about .js-mascot.mascot03 img, #about .js-mascot.mascot04 img, #about .js-mascot.mascot05 img {
		width: 40px;
	}
	#about .js-mascot.mascot03 {
		right: 25%;
	}
	#about .js-mascot.mascot04 {
		top: 30px;
	}
	#about .js-mascot.mascot05 {
		right: 0;
		top: 10px;
	}
	#about .js-mascot.mascot06 {
		left: 65px;
	}
	#about .js-mascot.mascot06 img {
		width: 35px;
	}
}