@charset "UTF-8";
/* 私たちについて */
.about {
	background: url(../images/about/bg_about_sp.jpg) repeat-x bottom;
	background-size: contain;
	position: relative;
}

.about::after {
	content: "";
	display: inline-block;
	background: url(../images/about/icon_angel_sp.png) no-repeat;
	background-size: contain;
	width: 120px;
	height: 140px;
	position: absolute;
	bottom: 0;
	right: 5%;
}

.ttl_h3 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}

.txt_contents .font_b {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}

/* 療育方針 */
.policy {
	background: url(../images/about/bg_policy_sp.jpg) no-repeat;
	background-size: cover;
}

.policy .ttl_h3 {
	width: 90%;
	margin: 0 auto 32px;
}

.txt_h3 {
	margin-bottom: 16px;
	letter-spacing: 0.1em;
}

.wrap_policy_contents {
	margin-top: 40px;
}

.policy_contents {
	margin-bottom: 40px;
}

.policy_contents:last-child {
	margin-bottom: 0;
}

.icon_point {
	width: 150px;
	margin: 0 auto 24px;
}

.ttl_h4_policy {
	font-size: 18px;
	font-size: 1.8rem;
	color: #04AF7A;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.txt_policy {
	letter-spacing: 0.2em;
	font-weight: 500;
	margin-bottom: 24px;
}

.txt_policy span {
	color: #FF8484;
	font-weight: bold;
}

/* 特徴 */
.feature {
	background: rgba(114, 229, 255, 0.05) url(../images/about/bg_feature.png);
	background-size: 150px 150px;
}

.feature .ttl_h3 {
	width: 90%;
	margin: 0 auto 32px;
}

.feature_contents {
	margin-bottom: 40px;
}

.feature_contents:last-child {
	margin-bottom: 0;
}

.img_feature {
	margin-top: 40px;
}

@media print, screen and (min-width: 769px) {
	/* 私たちについて */
	.about {
		background: url(../images/about/bg_about_pc.jpg) repeat-x bottom;
		background-size: contain;
	}
	.about .inner_section {
		position: relative;
	}
	.about .inner_section::after {
		content: "";
		display: inline-block;
		background: url(../images/about/icon_angel_sp.png) no-repeat;
		background-size: contain;
		width: 195px;
		height: 228px;
		position: absolute;
		bottom: -80px;
		right: 0;
	}
	.about::after {
		content: none;
	}
	.ttl_h3 {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0.2em;
	}
	.txt_contents {
		max-width: 840px;
		margin: 0 auto;
	}
	/* 療育方針 */
	.policy {
		background: url(../images/about/bg_policy_pc.jpg) no-repeat;
		background-size: cover;
	}
	.policy .ttl_h3 {
		margin: 0 auto 16px;
	}
	.txt_h3 {
		text-align: center;
	}
	.wrap_policy_contents {
		margin-top: 40px;
	}
	.policy_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.policy_contents:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.wrap_policy_text {
		width: 49%;
		max-width: 560px;
		text-align: center;
	}
	.ttl_h4_policy {
		letter-spacing: 0.2em;
	}
	.img_point {
		width: 49%;
		max-width: 560px;
	}
	/* 特徴 */
	.feature {
		background: rgba(114, 229, 255, 0.05) url(../images/about/bg_feature.png);
		background-size: 150px 150px;
	}
	.feature .ttl_h3 {
		width: 90%;
		margin: 0 auto 16px;
	}
	.feature_contents {
		margin-bottom: 40px;
	}
	.feature_contents:last-child {
		margin-bottom: 0;
	}
	.img_feature02 {
		margin: 40px 0 0;
	}
}