@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#after-school-care h3.sub {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 0.5em;
}
#after-school-care h3.sub::before {
	display: inline-block;
	width: 33px;
	height: 29px;
	background: url(../img/top/icon01.png) no-repeat center center / contain;
	content: "";
}
#after-school-care .white_box {
	background: #fff;
	padding: 40px 50px;
	border-radius: 20px;
	font-size: 100%;
	line-height: 30px;
	margin-bottom: 20px;
	position: relative;
}
#after-school-care .guidance {
	position: relative;
}
#after-school-care .guidance .bg01 {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	z-index: -1;
	width: 25vw;
}
#after-school-care .guidance .bg02 {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	z-index: -1;
	width: 20vw;
}
#after-school-care .guidance .waku {
	font-size : 32px;
	border: 3px solid #ed99a3;
	border-radius: 20px;
	background: #fff;
	color: #ed99a3;
	padding: 0 30px;
	display: inline-block;
}
#after-school-care h2.col {
	white-space: nowrap;
	margin-bottom: 30px;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	text-shadow: 2px 2px 0 #fff;
	line-height: 1.5em;
}
#after-school-care h2.col span {
	position: relative;
	display: inline-block;
}
#after-school-care h2.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;
}
#after-school-care h4.sub {
	font-size: 38px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	margin-bottom: 40px;
}
#after-school-care h4.sub::before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #95cb4d;
}
#after-school-care h4.sub .thin {
	font-size : 25px;
}
#after-school-care .white_box .box {
	width: 48%;
}
#after-school-care .white_box table {
	border: 2px solid #e5e5e5;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}
#after-school-care .white_box table th,#after-school-care .white_box table td {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
#after-school-care .white_box table th {
	background: rgba(237,153,163,0.1);
	vertical-align: top;
	width: 50%;
}
#after-school-care .white_box table th:last-child,#after-school-care .white_box table td:last-child {
	border-left: 1px solid #e5e5e5;
}
#after-school-care .white_box table td:last-of-type {
	color: #ed99a3;
}
#after-school-care .white_box table tr:last-child th,#after-school-care .white_box table tr:last-child td {
	border-bottom: none;
}
#after-school-care .white_box tr:nth-of-type(odd) td {
	background: #f5f5f2;
}
#after-school-care .white_box .ttl {
	font-size : 24px;
}
#after-school-care .white_box .ttl span {
	line-height : 30px;
	color: #fff;
	font-size: 75%;
	background: #ed99a3;
	padding: 3px 10px 7px;
	margin-right: 1em;
}
#after-school-care .w2_box {
	align-items: flex-start;
}
#after-school-care .white_box.w2 {
	width: 49%;
}
#after-school-care .white_box.w2 .fs {
	font-size: 20px;
}
#after-school-care .white_box.w2 ul {
	margin-bottom: 20px;
}
#after-school-care .white_box.w2 li {
	position: relative;
	padding-left: 1em;
}
#after-school-care .white_box.w2 li::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ed99a3;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 50%;
}
#after-school-care .white_box.w2 .attention {
	line-height : 35px;
}
#after-school-care .method {
	padding-top: 50px;
}
#after-school-care .method dl {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
#after-school-care .method dt {
	margin-right: 30px;
	position: relative;
	background: #95cb4d;
	border-radius: 10px;
	color: #fff;
	font-size: 26px;
	width: 28%;
	text-align: center;
	line-height: 65px;
}
#after-school-care .method dt::before {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #95cb4d;
	border-radius: 10px;
	box-sizing: border-box;
	content: "";
}
#after-school-care .method dd {
	width: 705px;
}
#after-school-care .faq dt {
	font-size : 30px;
	padding-left: 60px;
	position: relative;
	margin-bottom: 50px;
}
#after-school-care .faq dt::before {
	content: "Q";
	width: 47px;
	height: 47px;
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: #f5f5f2;
	color : #95CB4D;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
	top: -5px;
}
#after-school-care .faq dd {
	padding-left: 60px;
	position: relative;
}
#after-school-care .faq dd::before {
	content: "A";
	width: 47px;
	height: 47px;
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: #f5f5f2;
	color : #ed99a3;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
	top: -5px;
	font-size : 30px;
}
#after-school-care .state {
	position: relative;
}
#after-school-care .state .white_box.fukidashi_box {
	margin-top: 100px;
	position: relative;
	padding-top: 80px;
}
#after-school-care .state .white_box.fukidashi_box .fukidashi {
	font-size : 35px;
	color : #ED99A3;
	border: 3px solid #ED99A3;
	background: #fff;
	position: absolute;
	top: -45px;
	padding: 25px;
	border-radius: 20px;
}
#after-school-care .state .white_box.fukidashi_box .fukidashi::before {
	content:  "";
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	width: 50px;
	height: 20px;
	background: #ed99a3;
	position: absolute;
	bottom: -20px;
	left: 50px;
}
#after-school-care .state .white_box .photo {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31%);
	gap: 15px;
}
#after-school-care .state .white_box .photo img {
	border-radius: 20px;
}
#after-school-care .voice li {
	position: relative;
	padding-left: 1.5em;
	line-height : 38px;
}
#after-school-care .voice li::before {
	content: "";
	background: url("../img/after-school-care/leaf.png") no-repeat center/100%;
	width: 24px;
	height: 17px;
	position: absolute;
	top: 10px;
	left: 0;
}

#after-school-care .js-mascot {
	position: absolute;
}
#after-school-care .js-mascot.mascot01 {
	right: 50px;
	top: 20px;
}
#after-school-care .js-mascot.mascot01 img {
	width: 160px;
}
#after-school-care .mascot_box {
	position: relative;
}
#after-school-care .js-mascot.mascot02 {
	right: 200px;
	top: -100px;
}
#after-school-care .js-mascot.mascot02 img {
	width: 169px;
}
#after-school-care .js-mascot.mascot03 {
	right: 60px;
	top: -60px;
}
#after-school-care .js-mascot.mascot03 img {
	width: 120px;
}
#after-school-care .js-mascot.mascot04 {
	right: 60px;
	top: 55px;
}
#after-school-care .js-mascot.mascot04 img {
	width: 78px;
}
@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) {  /* タブレット以下 */
	#after-school-care .guidance .waku {
		font-size: 25px;
	}
	#after-school-care h2.col {
		font-size: 40px;
	}
	#after-school-care .guidance .bg01 {
		width: 30vw;
	}
	#after-school-care .guidance .bg02 {
		width: 25vw;
	}
	#after-school-care h4.sub {
		font-size: 25px;
	}
	#after-school-care h4.sub .thin {
		font-size: 70%;
	}
	#after-school-care .white_box {
		padding: 20px 25px;
	}
	#after-school-care .white_box .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#after-school-care .white_box .ttl span {
		display: block;
		margin-right: 0;
		width: 100px;
		text-align: center;
		padding: 5px;
	}
	#after-school-care .white_box table th, #after-school-care .white_box table td {
		padding: 10px;
	}
	#after-school-care .w2_box {
		flex-direction: column;
	}
	#after-school-care .white_box.w2 {
		width: 100%;
	}
	#after-school-care .method dl {
		display: block;
	}
	#after-school-care .method dt {
		display: inline-block;
		width: 220px;
		text-align: center;
		font-size: 110%;
		line-height: 50px;
		margin-bottom: 15px;
	}
	#after-school-care .faq dt {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#after-school-care .faq dt::before,#after-school-care .faq dd::before {
		width: 40px;
		height: 40px;
		padding: 4px;
		font-size: 22px;
	}
	#after-school-care .method dd {
		width: 100%;
	}
	#after-school-care .state .white_box.fukidashi_box {
		margin-top: 70px;
	}
	#after-school-care .state .white_box.fukidashi_box .fukidashi {
		font-size: 25px;
		padding: 15px;
		top: -35px;
	}
	#after-school-care .voice li {
		line-height: 1.8em;
	}
	
	
	#after-school-care .js-mascot.mascot01 img {
		width: 125px;
	}
	#after-school-care .js-mascot.mascot02 img,#after-school-care .js-mascot.mascot03 img {
		width: 110px;
	}
	#after-school-care .js-mascot.mascot04 {
		top: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#after-school-care .white_box {
		padding: 15px 20px;
	}
	#after-school-care .guidance .waku {
		font-size: 20px;
		border-radius: 15px;
	}
	#after-school-care h2.col {
		font-size: 30px;
	}
	#after-school-care h4.sub {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#after-school-care .white_box .box {
		width: 100%;
	}
	#after-school-care .white_box .box:first-of-type {
		margin-bottom: 30px;
	}
	#after-school-care .white_box.w2 .fs {
		font-size: 80%;
	}
	#after-school-care .method dt {
		width: 180px;
	}
	#after-school-care .faq dt {
		font-size: 125%;
		margin-bottom: 20px;
	}
	#after-school-care .state .white_box.fukidashi_box {
		margin-top: 50px;
		padding-top: 60px;
	}
	#after-school-care .state .white_box.fukidashi_box .fukidashi {
		font-size: 125%;
		padding: 10px;
		top: -25px;
	}
	#after-school-care .state .white_box.fukidashi_box .fukidashi::before {
		width: 40px;
		height: 15px;
		bottom: -17px;
		left: 20px;
	}
	#after-school-care .state .white_box .photo {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 15px 0;
	}
	#after-school-care .state .white_box .photo img {
		width: 48%;
	}
	#after-school-care .state .white_box .photo img:last-of-type {
		margin: 0 auto;
	}
	#after-school-care .voice li::before {
		width: 20px;
		top: 5px;
	}
	
	
	
	#after-school-care .js-mascot.mascot01 {
		right: 0;
		top: -20px;
	}
	#after-school-care .js-mascot.mascot01 img {
		width: 90px;
	}
	#after-school-care .js-mascot.mascot02 {
		right: 80px;
		top: -25px;
	}
	#after-school-care .js-mascot.mascot03 {
		right: 0;
		top: 10px;
	}
	#after-school-care .js-mascot.mascot02 img, #after-school-care .js-mascot.mascot03 img {
		width: 80px;
	}
	#after-school-care .js-mascot.mascot04 {
		top: 10px;
		right: 10px;
	}
	#after-school-care .js-mascot.mascot04 img {
		width: 60px;
	}
}