@charset "utf-8";
/*==================================================
	園児募集
==================================================*/
#recruit_enji::before {
	background: url("../img/bg-sub01.png") no-repeat left -20px top 100px, url("../img/bg-sub02.png") no-repeat right -20px top 110px;
}
#recruit_enji h3.sub {
	text-align: center;
	margin-bottom: 60px;
}
#recruit_enji h3.sub span {
	position: relative;
	padding-bottom: 25px;
}
#recruit_enji h3.sub span::before {
	content: "";
	background: url("../img/top/line01.png") no-repeat top left/100%;
	width: 188px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#recruit_enji .msg_box {
	position: relative;
	margin-bottom: 80px;
}
#recruit_enji .msg_box::before{
	content: "";
	background: url(../img/top/bg01.png) no-repeat top center / 100%;
	width: 750px;
	height: 350px;
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translate(-50%, -50%) scale(-1, 1);
	z-index: -1;
}
#recruit_enji .msg_box h4 {
	text-align: center;
	font-size: 30px;
	color: var(--color-red);
	margin-bottom: 50px;
}
#recruit_enji .msg_box h4 span {
	background: url("../img/recruit-enji/ico-l.png") no-repeat left top 8px, url("../img/recruit-enji/ico-r.png") no-repeat right top 8px;
	padding: 0 50px;
}
#recruit_enji .msg_box .marus {
	width: 850px;
	margin: 0 auto;
}
#recruit_enji .msg_box .marus li {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 185px;
	height: 185px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #e8c26e;
	font-size: 20px;
	color: #e8c26e;
}
#recruit_enji .msg_box .marus li:nth-of-type(2) {
	border-color: #e58c6b;
	color: #e58c6b;
}
#recruit_enji .msg_box .marus li:nth-of-type(3) {
	border-color: #83a883;
	color: #83a883;
}
#recruit_enji .msg_box .marus li:nth-of-type(4) {
	border-color: #88b8b7;
	color: #88b8b7;
}
#recruit_enji .info {
	position: relative;
	margin-bottom: 150px;
}
#recruit_enji .info .img {
	position: absolute;
	right: 0;
	top: 60px;
}
#recruit_enji .info .img img {
	border-radius: 30px;
}
#recruit_enji .info .waku {
	width: 590px;
	background: #fff;
	border-radius: 30px;
	border: 3px solid #e8c26e;
	padding: 50px;
	position: relative;
	z-index: 1;
}
#recruit_enji .info .waku table {
	width: 100%;
}
#recruit_enji .info .waku table tr {
	border-top: 2px dashed #C7B299;
}
#recruit_enji .info .waku table tr:last-of-type {
	border-bottom: 2px dashed #C7B299;
}
#recruit_enji .info .waku table tr th, #recruit_enji .info .waku table tr td {
	padding: 19px 0;
}
#recruit_enji .info .waku table tr th {
	color : #83A883;
}
#recruit_enji .bg_wave, #recruit_enji .bg_wave_bottom {
	font-size: 0;
}
#recruit_enji .bg_wave img, #recruit_enji .bg_wave_bottom img {
	width: 100%;
}
#recruit_enji .msg {
	padding: 100px 0;
	background: url("../img/recruit-enji/bg-dot.png");
	font-size: 19px;
	line-height: 2;
	font-weight: 500;
}
@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) {  /* タブレット以下 */
	#recruit_enji::before {
		background-size: 15% auto;
		background-position: left -10px top 100px, right -10px top 110px;
	}
	#recruit_enji h3.sub span::before {
		width: 130px;
	}
	#recruit_enji .msg_box {
		z-index: 1;
	}
	#recruit_enji .msg_box::before {
		width: 100%;
		height: 100%;
	}
	#recruit_enji .msg_box h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#recruit_enji .msg_box h4 span {
		background-size: auto 100%;
		background-position: left top, right top;
	}
	#recruit_enji .msg_box .txt {
		margin-bottom: 20px;
	}
	#recruit_enji .msg_box .marus {
		width: 600px;
	}
	#recruit_enji .msg_box .marus li {
		width: 140px;
		height: 140px;
		font-size: 17px;
	}
	#recruit_enji .info {
		margin-bottom: 50px;
	}
	#recruit_enji .info .img {
		position: relative;
		text-align: center;
		margin-bottom: 20px;
		top: 0;
	}
	#recruit_enji .info .img img {
		width: 350px;
	}
	#recruit_enji .info .waku {
		width: 100%;
		padding: 30px;
		top: 0;
	}
	#recruit_enji .msg {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#recruit_enji::before {
		background-size: 20% auto;
	}
	#recruit_enji .msg_box {
		background: rgba(255, 255, 255, 0.8);
		padding: 15px;
		border-radius: 20px;
		margin-bottom: 40px;
	}
	#recruit_enji .msg_box::before {
		display: none;
	}
	#recruit_enji .msg_box .marus {
		width: 250px;
	}
	#recruit_enji .msg_box .marus li {
		width: 120px;
		height: 120px;
		margin-bottom: 10px;
		font-size: 15px;
	}
	#recruit_enji .info .img img {
		width: 300px;
	}
	#recruit_enji .info .waku {
		padding: 15px;
	}
	#recruit_enji .info .waku table tr th, #recruit_enji .info .waku table tr td {
		display: block;
		padding: 15px 0;
	}
	#recruit_enji .info .waku table tr th {
		padding-bottom: 0;
	}
	#recruit_enji .info .waku table tr td {
		padding-top: 0;
	}
	#recruit_enji .msg {
		font-size: 0;
	}
	#recruit_enji .msg p {
		font-size: 16px;
	}
	@media only screen and (max-width: 320px){
		#recruit_enji .msg p {
			font-size: 14px;
		}
	}
}