h1 {
	font-size: .33rem;
	color: #2E3192;
	line-height: 1.5;
	margin-bottom: 30px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
}

h2 {
	font-size: .33rem;
	color: #009245;
	line-height: 1.3;
	margin-bottom: 20px;
	text-align: center;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
}

h2 + p {
	margin-bottom: 20px;
}

.importance-childhood-education__top--back {
	background-image: url(../images/diverge-set--a.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 89vw;
	min-height: 1250px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.importance-childhood-education__top--back h1 + p {
	font-weight: normal;
	font-size: .16rem;
	text-align: center;
}

.wood {
	background-image: url(../images/diverge-set--b.png?new);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 89vw;
	position: absolute;
	bottom: 0;
	left: 0;
}

.importance-childhood-education--top-view {
	margin-bottom: 70px;
}

.importance-childhood-education__top--text {
	padding-top: 100px;
}

.importance-childhood-education-power-to-live .basic-circle {
	width: 740px;
	max-width: 100%;
	margin-bottom: 10px;
}

.importance-childhood-education-power-to-live .basic-photo {
	width: 950px;
	max-width: 100%;
	margin-bottom: -40px;
}

.importance-childhood-education-power-to-live {
	text-align: center;
}

.power-to-live__red {
	color: #E60012;
	font-size: .42rem;
	text-align: center;
	margin-bottom: 10px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
}

.importance-childhood-education-regional-cooperation {
	width: auto;
	text-align: center;
}

.importance--p {
	text-align: center;
	font-size: .24rem;
	color: #231815;
	line-height: 1.5;
	margin-bottom: 5px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
}

.importance-childhood-education-regional-cooperation img {
	width: 942px;
	max-width: 100%;
	margin-left: 5%;
}

@media screen and (min-width:768px) and ( max-width:960px) {
	.importance-childhood-education-power-to-live,
	.importance-childhood-education-regional-cooperation {
		padding: 0 30px;
	}
	.importance-childhood-education__top--text {
		padding-top: 20px;
	}
	.importance-childhood-education__top--text h1 {
		font-size: .25rem;
	}
	.importance-childhood-education--top-view {
		margin-bottom: 30px;
	}
	h2 {
		font-size: .28rem;
	}
	h2 + p {
		line-height: 1.5;
	}
	.importance-childhood-education-power-to-live .basic-circle {
		width: 570px
	}
	.importance-childhood-education-power-to-live .basic-photo {
		width: 700px;
	}
	.importance-childhood-education-regional-cooperation img {
		width: 600px;
	}
	.importance-childhood-education__top--back{
		height: auto;
	}
	.wood {
		background-size: 145%;
		background-position:center;
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-bottom: 135%;
	}
}

@media screen and (max-width: 767px) {
	.importance-childhood-education__top--back {
		height: auto;
		min-height: auto;
		padding-bottom: 120%;
	}
	.wood {
		background-size: 175%;
		background-position: center;
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-bottom: 196%;
	}
	.importance-childhood-education-power-to-live,
	.importance-childhood-education-regional-cooperation {
		padding: 0 30px;
	}
	.importance-childhood-education__top--text h1 {
		font-size: .21rem;
		padding: 0 27px;
	}
	.importance-childhood-education__top--back h1 + p {
		font-size: .16rem;
		padding: 0 27px;
		line-height: 1.8;
		text-align: justify;
		font-weight: 500;
	}
	.importance-childhood-education-power-to-live .basic-circle {
		width: calc(100vw - 20px);
		max-width: initial;
		margin-left: -16px;
	}
	.importance-childhood-education-regional-cooperation img {
		width: calc(100vw - 20px);
		max-width: initial;
		margin-top: -15px;
		margin-left: -16px;
	}
	.importance-childhood-education-power-to-live .basic-photo{
		width: calc(100vw - 8px);
	    max-width: unset;
		margin-left: -26px;
	}
	.importance-childhood-education__top--text {
		padding-top: 0;
	}
	.importance-childhood-education__top--text h1 {
		font-size: .24rem;
		padding: 0 27px;
		line-height: 1.5;
		text-align: justify;
		margin-bottom: 20px;
	}
	.importance-childhood-education--top-view {
		margin-bottom: 30px;
	}
	h2 {
		font-size: .24rem;
		line-height: 1.5;
		text-align: justify;
		margin-bottom: 20px;
	}
	h2 + p {
		font-size: .16rem;
		line-height: 1.7
	}
	.power-to-live__red {
		line-height: 1.2;
		font-size: .30rem;
	}
	.importance-childhood-education-regional-cooperation > p {
		font-size: .18rem;
		margin-bottom: 10px;
	}
}