@charset "UTF-8";



@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&amp;display=swap");


/* article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
} */

body {
	line-height: 1;
}


#body_wrap {
	/* max-width: calc(100% - 250px); */
	/* overflow-x: clip; */
	/* position: relative; */
	z-index: 1;
	/* margin-left: 250px; */
	height: 100%;
}

#body_wrap .feature_main {}

#body_wrap .feature_main .wrap {
	background-image: url(../img/feature/main_feature.jpg);
	background-size: cover;
	height: 400px;
	position: relative;
	padding: 100px;
	color: #fff
}

#body_wrap .parents_main .wrap {
	background-image: url(../img/parents/main_parents.jpg);
	background-size: cover;
	height: 400px;
	position: relative;
	padding: 100px;
	color: #fff
}

#body_wrap .feature_main .wrap .ageTitle {
	font-family: "Roboto", "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 5.5rem;
	line-height: 0.7;
	position: absolute;
	bottom: 8.5rem;
	left: auto;
	color: #ffffff;
	/* text-shadow: 3px 3px #232323; */
	text-shadow: 2px 2px 2px #242424;
}


@media only screen and (max-width: 600px) {
	#body_wrap .feature_main .wrap {
		height: 200px;
		padding: 60px 40px;
		/* margin-top: 40px; */
		background-position: center top;
	}

	#body_wrap .feature_main .wrap .ageTitle {
		font-size: 3.5rem;
		line-height: 0.7;
		position: absolute;
		bottom: 8.5rem;
		left: auto;
	}



}





#body_wrap .feature_main .wrap .ageTitle .subText {
	font-size: 2.4rem;
	margin-bottom: 4.5rem;
	display: block
}

#p_feature {
	/* background: #fff; */
}

.aboutPage .pageHeadArea.type--big {
	background-image: url(../img/page/head_about.jpg);
}

.aboutPage__body {
	position: relative;
}

.aboutPage__body::before {
	content: "";
	display: block;
	width: 100%;
	height: 20.3rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, from(#ffe300), to(#baff00));
	background: -webkit-linear-gradient(left, #ffe300 0%, #baff00 100%);
	background: linear-gradient(90deg, #ffe300 0%, #baff00 100%);
}

.aboutPage__inner {
	max-width: 125rem;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 2rem;
	padding-top: 1em;
	padding-bottom: 6rem;
}

@media only screen and (max-width: 600px) {
	.aboutPage__inner {
		padding-top: 2.5rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
		padding-bottom: 3.5rem;
	}
}


.aboutPage .readBox--flex {
	margin-bottom: 3rem;
}

.aboutPage .readBox--flex .readBox__title {
	font-size: 2.5rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.aboutPage .readBox--flex .readBox__text {
	margin-bottom: 2rem;
}

@media only screen and (max-width: 600px) {
	.aboutPage .readBox--flex .readBox__title {
		font-size: 2.2rem;
		line-height: 1.6;
		letter-spacing: -0.05em;
		font-weight: 700;
	}
}



.page-section {
	margin: 20px auto;
	padding: 26px 0%;
	background: #fefefe;
	/* border: #f5f5f5 1px solid; */
	-webkit-border-radius: 0px 15px 0 0px;
	border-radius: 0px 15px 0 0px;
	width: 100%;
}

.page-section:first-child {
	margin-top: 50px;
}


.page-section.dashed {
	border: #111 1px dashed;
}

@media screen and (min-width: 64em) {
	.page-section {
		margin: 60px auto 10px;
		max-width: 1180px;
		padding: 50px 2% 50px;
		background: #fefefe;
		border: #f5f5f5 1px solid;
		-webkit-border-radius: 0px 15px 0 0px;
		border-radius: 0px 15px 0 0px;
	}

}

.feature_box {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}


.feature_box h3.set_title {
	line-height: 2;
	text-align: center;
	font-size: 1.1em;
}

.feature_box h3.set_title span {
	color: #2d5da7;
	padding-right: 5px;
	font-size: 1em;
}



.feature_box h3.set_title:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f349";
	padding-left: 8px;
	color: #2d5da7;
	font-size: 0.9em;
}

.feature_box a {
	width: 48%;
	border: 1px solid #ddd;
}

.feature_box .set img {
	border-radius: 0.5em;
}

.feature_box .set .title {
	font-size: 20px;
}

@media screen and (min-width: 64em) {

	.feature_box {
		display: flex;
		gap: 0.5em;
	}

	.feature_box a {
		width: 24%;
		border: 1px solid #ddd;
		padding: 5px;
	}

	.feature_box .set {
		/* width: 25%; */
	}

	.feature_box .set img {
		border-radius: 0.5em;
	}

	.feature_box .set .title {
		font-size: 20px;
	}

	.feature_box h3.set_title {
		line-height: 2;
	}

}


@media screen and (max-width: 599px) {
	.feature_box {
		flex-wrap: wrap;
		justify-content: center;
	}

	.feature_box a {
		width: 80%;
		border: 1px solid #ddd;
	}

}


.greeting_set {
	max-width: 1000px;
	margin: 50px auto;
	border: 1px solid #eee;
	padding: 20px;
	width: 96%;
}

.greeting_set p.a_tel {
	padding-top: 20px;
}


.greeting_set p.a_tel a {
	padding-top: 50px;
	color: #2d5da7
}


@media screen and (max-width: 599px) {
	.greeting_set {
		margin: 50px auto 0;
		padding: 20px;
		width: 90%;
	}


	.greeting_set a a_tel {
		color: #2d5da7
	}

}





.c_life {
	width: 100%;
}

.c_life .wrap {
	max-width: 1100px;
	margin: 0 auto 50px;
}

.c_life .title_img img {
	max-width: 500px;
	margin: 10px auto 60px;
}

.c_life_num {}

.c_life_num .box {
	display: flex;
	margin-bottom: 30px;
}

.c_life_num .box .col_2 {
	width: 50%;
	padding: 10px;
}

.c_life_num .bg-white {
	background: #fff;
	padding: 4.2rem 2rem;
	margin: 1rem;
	/* border: 3px solid #0e62aa; */
}

.c_life_num .box .col_2 img {
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.c_life_num .box {
		flex-direction: column
	}

	.c_life_num .box .col_2 {
		width: 100%;
		padding: 10px;
	}

	.c_life_num .box .col_2 img {
		width: 100%;
	}
}

.c_life_num .sub_title {
	position: relative;
	background: linear-gradient(to right, #0004f7b3, #0e62aa 45%, rgb(58 47 182 / 70%) 75%, rgb(58 61 166 / 70%));
	font-size: 2.3rem;
	line-height: 4rem;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 50px;
	text-align: left;
	padding-left: 75px;
}

@media only screen and (max-width: 600px) {
	.c_life_num .sub_title {
		/* position:relative;
	background: linear-gradient(to right, #0004f7b3, #0e62aa 45%, rgb(58 47 182 / 70%) 75%, rgb(58 61 166 / 70%));
	font-size: 2.3rem;
	line-height:4rem;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 50px; */
		text-align: left;
		padding-left: 45px;
	}
}



.c_life_num .sub_title span.num_set {
	position: absolute;
	background: #fff;
	width: 80px;
	height: 80px;
	line-height: 65px;
	border-radius: 50em;
	border: 5px solid #584eff;
	top: -20px;
	left: -10px;
	color: #0e62aa;
	font-size: 35px !important;
	font-weight: 600;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.c_life_num .sub_title span.num_set {
		position: absolute;
		background: #fff;
		width: 60px;
		height: 60px;
		line-height: 45px;
		border-radius: 50em;
		border: 5px solid #584eff;
		top: -35px;
		left: -15px;
		color: #0e62aa;
		font-size: 35px !important;
		font-weight: 600;
		text-align: center;
	}
}

/* col_1 */

.c_life_num .box .col_1 {
	width: 100%;
	padding: 10px;
}

.c_life_num .sub_title {
	position: relative;
	background: linear-gradient(to right, #0004f7b3, #0e62aa 45%, rgb(58 47 182 / 70%) 75%, rgb(58 61 166 / 70%));
	font-size: 2.8rem;
	line-height: 4rem;
	color: #fff;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 75px;
	border-top: 1px solid;
}

.c_life_num .sub_title span.num_set {
	position: absolute;
	background: #fff;
	width: 80px;
	height: 80px;
	line-height: 65px;
	border-radius: 50em;
	border: 5px solid #584eff;
	top: -20px;
	left: -10px;
	color: #0e62aa;
	font-size: 40px !important;
	font-weight: 600;
	text-align: center;
}

/* シンプル */
.sub_title.sub_title-parents {
	background: none;
	color: #2d5da7;
	padding-left: 0;
}

.c_life_num .sub_title.sub_title-parents span.num_set {
	border: none;
	position: static;
	margin-right: 1rem;
	background: none;
	/* font-weight: 600; */
}


.c_life_num p,
.c_support p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 1px;
}

.c_life_num h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

.col_2_flex {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	flex-wrap: wrap;
}

.col_2_flex .box_img {
	width: 48%;
}

.col_2_flex .box_img img {
	width: 100%;
}

@media only screen and (max-width: 600px) {

	.c_life_num .sub_title span.num_set {
		position: absolute;
		background: #fff;
		width: 60px;
		height: 60px;
		line-height: 45px;
		border-radius: 50em;
		border: 5px solid #584eff;
		top: -35px;
		a left: -15px;
		color: #0e62aa;
		font-size: 31px !important;
		font-weight: 600;
		text-align: center;
	}


	.c_life_num .sub_title {
		position: relative;
		background: linear-gradient(to right, #0004f7b3, #0e62aa 45%, rgb(58 47 182 / 70%) 75%, rgb(58 61 166 / 70%));
		font-size: 2.3rem;
		line-height: 4rem;
		color: #fff;
		margin-bottom: 30px;
		padding-left: 50px;
		text-align: left;
	}

	.sub_title.sub_title-parents {
		background: none;
		color: #2d5da7;
		padding-left: 0;
		letter-spacing: 0.011em;
	}

	.c_life_num .sub_title.sub_title-parents span.num_set {
		border: none;
		position: static;
		margin-right: 1rem;
		background: none;
		/* font-weight: 500; */
	}

	.c_life_num h3 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 2rem;
		line-height: 1.8;
	}



	.col_2_flex {
		width: 100%;
	}
}

.c_life .wrap_a {
	max-width: 1100px;
	margin: 0 auto 50px;
}


.c_life .wrap_a .mark_set {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.c_life .wrap_a .mark_set img {
	max-width: 300px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	.c_life .wrap_a .mark_set img {
		max-width: 250px;
		margin: 0 auto;
	}
}


.c_life_area {
	display: flex;
	gap: 20px;
}

.c_life_area .area_choice {
	width: 25%
}

.c_life_area .area_choice .gakka_title {
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	color: #fff;
}

.c_life_area .area_choice .gakka_shikaku {
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 600px) {
	.c_life_area {
		display: flex;
		gap: 10px;
		flex-wrap: wrap
	}

	.c_life_area .area_choice {
		width: 48%
	}

	.c_life_area .area_choice .gakka_shikaku {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	.c_life_area .area_choice .gakka_title {
		line-height: 30px;
		height: 30px;
		padding-left: 10px;
		color: #fff;
	}

}





/* 先輩の声 */
.voice_senpai {
	margin-top: 30px;
	padding: 3em;
	background: #ffffff;
	border-radius: 0.5em;
}

.voice_senpai h3 {
	font-size: 2.3rem;
	color: #1c5c9e;
}


.bukatsu_info .itemD {
	padding: 6rem 3rem 3rem;
	/* border-top: #d9e3e5 1px solid;
    overflow: hidden; */
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row;
	margin-top: 50px;
	border-radius: 1em;
	border: #ddd 2px solid;
	background: #fff;
}

@media only screen and (max-width: 600px) {

	/* 先輩の声 */
	.voice_senpai {
		margin-top: 30px;
		padding: 1em;
		background: #ffffff;
		border-radius: 0.5em;
	}

	.voice_senpai h3 {
		font-size: 2.3rem;
		line-height: 1 rem;
		color: #1c5c9e;
	}




	.bukatsu_info .itemD {
		padding: 6rem 2rem 2rem;
	}
}

.bukatsu_info .itemD .titleD {
	position: absolute;
	left: 0;
	border-radius: 0.5em 0 3em 0;
	top: 0;
	padding: 14px 37px 16px 22px;
	background: #ddd;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}

.bukatsu_info .itemD .box {
	display: flex;
	flex-wrap: wrap;
}

.bukatsu_info .itemD .txt {
	width: 60%;
	padding: 8px;
	line-height: 1.5;
}

.bukatsu_info .itemD .txt h3 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2;
	text-align: left;
	padding-bottom: 20px;
}

.bukatsu_info .itemD .txt p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {

	.bukatsu_info .itemD .txt h3 {
		font-size: 2rem;
		padding-bottom: 5px;
	}

	.bukatsu_info .itemD .txt p {
		/* font-size: 1.8rem; */
		/* line-height: 1.6; */
	}
}



.bukatsu_info .itemD .box_img {
	width: 40%;
	padding: 8px;
	line-height: 1.5;
}

.bukatsu_info .itemD .box_img img {
	width: 100%;
	padding: 8px;
	line-height: 1.5;
}

@media only screen and (max-width: 600px) {

	.bukatsu_info .itemD .box {
		display: flex;
		flex-wrap: wrap;
	}

	.bukatsu_info .itemD .txt {
		width: 100%;
		line-height: 1.1;
	}

	.bukatsu_info .itemD .box_img {
		width: 100%;
	}

}



/* } */

.c_goukaku {
	margin-top: 30px;
}

.c_goukaku .c_gokaku_title {
	line-height: 30px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
}

.c_goukaku .c_gokaku_catch {
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}

.c_gokaku_area {
	display: flex;
	gap: 20px;
	width: 100%;
	margin: 30px 0 50px;
}

.c_gokaku_area .g_box {
	border: 1px solid #ddd;
	width: 25%;
	background: #fff;
}


@media only screen and (max-width: 600px) {
	.c_gokaku_area {
		flex-wrap: wrap;
		gap: 5px;
	}

	.c_gokaku_area .g_box {
		width: 49%;
	}
}



.g_shikaku {
	text-align: center;
	line-height: 2;
	/* background:#ddd; */
	color: #fff;
	font-weight: 600;
}

.ritsu {
	font-size: 8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}

.ritsu span {
	font-size: 3rem;
	font-weight: 600
}

.zenkoku {
	text-align: center;
	font-weight: 600;
	padding-bottom: 5px;
}

.c_riyu_area {
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	gap: 20px
}

.c_riyu_area p {
	text-align: left;
	font-size: 1.5rem;
}

.c_riyu_area p.senpai_nm {
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.c_riyu_area p.senpai_cap {
	text-align: left;
	/* font-size: 1.8rem; */
	margin-top: 10px;
}


.waku {
	display: flex;
	margin: 20px 0;
	border: 1px solid #ddd;
	padding: 10px;
	line-height: 1.5
}

.label {
	width: 20%;
	border-right: 1px solid #ddd;
	font-size: 16px;
}

.txt {
	width: 80%;
	padding: 0 20px;
}

.txt ul {}

.txt ul li {
	font-size: 15px;
}

.txt ul li:before {
	content: '〇';
}

@media only screen and (max-width: 600px) {
	.c_riyu_area p.senpai_nm {
		line-height: 1.3;
	}

	.waku {
		flex-direction: column;
	}

	.label {
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-right: none;
		padding-bottom: 10px;
		font-size: 15px;
	}

	.txt {
		width: 100%;
		padding: 5px;
	}
}


/* .c_riyu_area{font-weight:600;margin-top:20px;display:flex;gap: 10px;flex-wrap: wrap;} */
.c_riyu_area {
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
}

.c_riyu_area .r_box {
	width: 45%;
}

.c_riyu_area .r_box img {
	width: 100%;
}

.c_riyu_area .r_box2 {
	width: 33.333%;
}

.c_riyu_area .r_box2 img {
	width: 100%;
}

.c_riyu_area .r_box2 {
	width: 32%;
}


.c_riyu_area {
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.c_riyu_area {
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	gap: 10px;
	justify-content: space-around;
	margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {

	/* .c_riyu_area{font-weight:600;margin-top:20px;display:flex;gap: 10px;justify-content: space-between;} */
	.c_riyu_area .r_box2 {
		width: 31%;
	}

	.c_riyu_area .r_box {
		width: 48%;
	}

	.c_riyu_area .r_box img {
		width: 100%;
	}

}


.course_area {
	/* display:flex; */
	/* flex-wrap: wrap; */
	/* gap: 25px; */
	margin-top: 60px;
	/* background: #d3e2f5; */
	padding: 60px 10px 0;
}

.course_area .itemD .titleD {
	position: absolute;
	right: 0;
	border-radius: 0;
	padding: 20px 50px 20px 50px;
	background: #0e62aa;
	color: #0e62aa;
	font-weight: 600;
	font-size: 2.8rem;
	z-index: 999;
	color: #ddd;
}

/* 
	.course_area .itemD ul{
		display:flex;
		flex-wrap:wrap;
	}
	.course_area .itemD li{
		padding: 8px;
		line-height:1.5;
	} */

.course_area .itemD {
	padding: 60px 2rem 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 1em;
	margin-top: 20px;
}

.course_area .itemD .titleD {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 30px 20px 15px;
}

.course_area .itemD ul {
	display: flex;
	flex-wrap: wrap;
}

.course_area .itemD li {
	padding: 8px;
	line-height: 1.5;
}

.course_area .itemD {
	padding: 80px 5rem 20px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	border-radius: 1em;
	width: 100%;
	background: #ffffff;
}

.course_area .itemD p {
	font-size: 25px;
	font-weight: 600;
	padding: 5px 10px 8px;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #464544;
}

.course_area .itemD p span {
	display: block;
	font-weight: 400;
	font-size: 2.2rem;
	padding-left: 10px;
	margin-top: 8px;
	color: #37211b;
	border-bottom: 1px solid #0e62aa;
}

.course_area p.arrow_set {
	font-size: 20px;
	text-align: center;
}


.course_area .arrow_img {
	text-align: center;
}

.course_area .arrow_img img {
	width: 300px;
	margin: 0 auto;
}

.course_area p.arrow_set_2 {
	font-size: 30px;
	text-align: center;
	color: #0178c7;
}



.bg_color_pink {
	/* background: #dfd3d3; */
}

.bg_color_green {
	/* background: #2d7bbd; */
}

.bg_color_yellow {
	/* background: #f3a223; */
}

@media only screen and (max-width: 600px) {
	.course_area .itemD {
		padding: 80px 2rem 20px;
	}


	.course_area .itemD p {
		font-size: 18px;
		padding: 5px 5px 8px;
		margin-bottom: 10px;
	}

	.course_area .itemD p span {
		font-size: 2rem;
	}

	.course_area p.arrow_set {
		font-size: 18px;
	}


	.course_area p.arrow_set_2 {
		font-size: 22px;
		text-align: center;
		color: #0178c7;
	}

}


.c_spport_area {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	margin: 30px 0 50px;
}

.c_spport_area .s_box {
	border: 1px solid #ddd;
	width: 48%;
	background: #fff;
}

@media only screen and (max-width: 600px) {
	.c_spport_area .s_box {
		border: 1px solid #ddd;
		width: 100%;
		background: #fff;
	}
}

.s_title {
	text-align: center;
	line-height: 2;
	background: #ddd
}

.ritsu {
	font-size: 8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}

.ritsu span {
	font-size: 2rem;
	font-weight: 600
}

.zenkoku {
	text-align: center;
	font-weight: 600;
	padding-bottom: 5px;
}

.shushoku {
	padding: .5rem 1rem;
	letter-spacing: 0.2px;
	font-weight: 500;
	font-size: 14px;
}

.btn_area {
	/* position:relative; */
	text-align: center;
	margin: .5rem auto 2rem;
}

a.mini_btn {
	text-align: center;
	/* margin: .5rem auto 2rem; */
	border-bottom: solid 1px #333;
	position: relative;
	padding: 0 3rem 0 1rem;
}

a.mini_btn::after {
	font-family: "Font Awesome 6 Pro";
	content: "\f061";
	position: absolute;
	right: 1rem;
	top: .5rem;
}


.c_support .c_support_title {
	line-height: 30px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
}


.wake_set {
	width: 90%;
	margin: 20px auto;
	text-align: center;
	padding-top: 30px;
	counter-reset: number 0;
	/* number のカウンタを 0 にセット */
}

.wake_set h2 {
	font-size: 25px;
	font-weight: 400;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 60px;
}

.wake_set h3 {
	position: relative;
	color: #00406c;
	text-align: left;
	font-size: 2.2rem;
	line-height: 4;
	padding-left: 50px;
	border-bottom: solid 1px;
	line-height: 30px;
	padding: 20px 20px 20px 80px;
}

.wake_set h3 span {
	display: block;
	font-size: 1.8rem;
}

.wake_set h3:before {
	position: absolute;
	counter-increment: number 1;
	/* number カウンタの増加数をセット */
	content: counter(number) " ";
	/* 表示形式を指定 */
	left: 0.6em;
	font-size: 30px;
	font-weight: 600;
	background: #ddd;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	line-height: 45px;
}

.wake_set p {
	margin-top: 40px;
	line-height: 2;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
}

.c_life_num ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0.4em 1em;
	border: 2px solid #123d83;
	position: relative;
}

.c_life_num ul li {
	padding: 1em 0 1em 1.8em;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

.c_life_num ul li:not(:last-child) {
	border-bottom: 1px dashed #123d83;
}

.c_life_num ul li::marker {
	content: "";
}

.c_life_num ul li::before,
.c_life_num ul li::after {
	position: absolute;
	content: '';
}

.c_life_num ul li::before {
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	background-color: #b7b7b7;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	left: 0;
}

.c_life_num ul li::after {
	left: 0.5em;
	transform: translateX(-75%) rotate(-45deg);
	width: .3em;
	height: .3em;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 50%;
	transform: translateY(-50%) translateX(-75%) rotate(-45deg);
	-webkit- transform: translateY(-50%);
}

.c_life_num ul li .ttl {
	font-weight: 600;
}

span.sen {
	background: linear-gradient(transparent 50%, #ffe30069 50%);
	padding: 0 2px;
	margin: 0 2px;
	font-weight: 600;
}

span.sub {
	color: #909090;
	font-size: 13px;
}

.faq_area {
	margin: 40px 0;
}

@media only screen and (min-width: 768px) {
	.faq_area {
		max-width: 1000px;
		margin: 40px auto;
		padding: 0 16px;
	}

	.faq_a {
		margin-left: 1.5em;
	}
}

.faq_cnt {
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.faq_q {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 6px;
	background: #fff;
	/* 白背景 */
	padding: 8px 12px;
	/* 少し余白をつける */
	border-radius: 6px;
	/* 角を丸める */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	/* ほんのり影 */
	display: inline-block;
	/* 横幅は内容分のみ */
	position: relative;
	/* 三角形の基準にする */
}

.faq_q::after {
	content: "";
	position: absolute;
	left: 32px;
	/* 三角形の横位置（調整可） */
	bottom: -12px;
	/* 三角形の下への突き出し具合 */
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #fff;
}

.faq_a {
	font-size: 1em;
	color: #444;
	margin-top: 1.2rem;
}


.c_life_num .c_life_num_title {
	line-height: 30px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
	margin: 5rem auto 2rem;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
	.c_life_num .c_life_num_title {
		font-size: 3rem;
	}
}


.parentsbtn {
	text-align: center;
	padding: 30px;
	/* max-width: 800px; */
	margin: 0 auto 90px;
	width: 100%;
	display: flex;
}







.parentsbtn .btnOpc_ins {
	position: absolute;
	left: 0;
	right: 0;
	background: #ffe300;
	width: 350px;
	border-radius: 5em;
	line-height: 3;
	border: #fff 1px solid;
	font-size: 20px;
	padding: 3px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 auto 70px;
	/* padding-left: 1em; */
}

.parentsbtn .btnOpc_ins:hover {
	color: #fefefe;
	background: #b277b1;
	border: #f0fafe 1px solid;
	background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%);
	background-size: 200% auto;
	background-position: right center;
	/*ボックスの影*/
	box-shadow: 0 5px 10px rgb(250, 108, 159, 0.4);
}

.parentsbtn .btnOpc_ins:after {
	position: absolute;
	right: 15px;
	font-size: 20px;
	font-family: "Font Awesome 6 Pro";
	content: "\f061";
	font-weight: normal;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}






@media only screen and (max-width: 1024px) {
	.parentsbtn .btnOpc_ins {}
}